From: Kunal Mehta Date: Tue, 13 Sep 2016 04:29:09 +0000 (-0700) Subject: CentralIdLookup: Fix documentation of self::$instances X-Git-Tag: 1.31.0-rc.0~5620^2 X-Git-Url: http://git.cyclocoop.org/%7D%7Cconcat%7B?a=commitdiff_plain;h=505d158d8774cbd13fac1d183d6f5ef8506e1472;p=lhc%2Fweb%2Fwiklou.git CentralIdLookup: Fix documentation of self::$instances Change-Id: I9fd86c174832e130647e74f4fdeb9fdc7c90702e --- diff --git a/includes/user/CentralIdLookup.php b/includes/user/CentralIdLookup.php index f67a8d81a1..2ced6e2516 100644 --- a/includes/user/CentralIdLookup.php +++ b/includes/user/CentralIdLookup.php @@ -31,7 +31,7 @@ abstract class CentralIdLookup implements IDBAccessObject { const AUDIENCE_PUBLIC = 1; const AUDIENCE_RAW = 2; - /** @var CentralIdLookup[][] */ + /** @var CentralIdLookup[] */ private static $instances = []; /** @var string */